Warning (2) : Declaration of PaginationComponent::startup($controller) should be compatible with Component::startup(Controller $controller) [APP/Controller/Component/PaginationComponent.php , line 983 ]Code Context if ( file_exists ( $file )) {
static:: _map ( $file , $className , $plugin );
return include $file ;
$className = 'PaginationComponent'
$parts = array(
(int) 0 => 'Controller/Component'
)
$plugin = null
$package = 'Controller/Component'
$file = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/Controller/Component/PaginationComponent.php'
$paths = array(
(int) 0 => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/Controller/Component/',
(int) 1 => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/Lib/Controller/Component/',
(int) 2 => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/Controller/Component/',
(int) 3 => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Controller/Component/'
)
$appLibs = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/Lib/'
$normalizedClassName = 'PaginationComponent'
$path = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/Controller/Component/' include - CORE/Cake/Core/App.php, line 567
App::load() - CORE/Cake/Core/App.php, line 567
spl_autoload_call - [internal], line ??
class_exists - [internal], line ??
ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 110
ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53
Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 644
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 188
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : call_user_func_array() expects parameter 1 to be a valid callback, class 'CatmenuComponent' does not have a method 'initialize' [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'initialize'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => (int) 25,
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'User'
layoutPath => null
viewVars => array()
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'Catmenu' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : call_user_func_array() expects parameter 1 to be a valid callback, class 'HistoryComponent' does not have a method 'initialize' [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'initialize'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => (int) 25,
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'User'
layoutPath => null
viewVars => array()
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'History' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : call_user_func_array() expects parameter 1 to be a valid callback, class 'EmailComponent' does not have a method 'initialize' [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'initialize'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => (int) 25,
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'User'
layoutPath => null
viewVars => array()
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'Email' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : call_user_func_array() expects parameter 1 to be a valid callback, class 'StreamsendComponent' does not have a method 'initialize' [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'initialize'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.initialize'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => (int) 25,
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'User'
layoutPath => null
viewVars => array()
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'Streamsend' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Notice (8) : Undefined index: Template [APP/Controller/UsersController.php , line 134 ]Code Context $template_data = $this -> Template -> read ();
//echo "<pre>"; print_r($template_data); echo "</pre>";
if( trim ( $template_data [ "Template" ][ "template_name" ]) <> "" ){
$sitefolder = '/gostores/demo1/project/Demo'
$meta_description = 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit'
$meta_keywords = 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP'
$page_title = 'My Store'
$currency = 'USD'
$cnfg = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
)
$templateid = '1'
$template_data = array() UsersController::beforeFilter() - APP/Controller/UsersController.php, line 134
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Notice (8) : Undefined variable: color [APP/Controller/UsersController.php , line 258 ]Code Context }
}
$this -> set ( 'color' , $color );
$sitefolder = '/gostores/demo1/project/Demo'
$meta_description = 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit'
$meta_keywords = 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP'
$page_title = 'My Store'
$currency = 'USD'
$cnfg = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
)
$templateid = '1'
$template_data = array()
$style = 'Garments'
$link = 'https://'
$httpHost = 'www.demo.startupfactory.com'
$sus = null
$cartCount = (int) 0
$sessid = null
$data = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '304',
'cname' => 'Books',
'seo_slug' => '',
'parent_id' => '303',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
'Category' => array(
'id' => '296',
'cname' => 'Brush',
'seo_slug' => 'brush',
'parent_id' => '291',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
'Category' => array(
'id' => '306',
'cname' => 'Card games',
'seo_slug' => '',
'parent_id' => '305',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '294',
'cname' => 'Crayons',
'seo_slug' => 'crayons',
'parent_id' => '293',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 9 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 10 => array(
'Category' => array(
'id' => '295',
'cname' => 'Eye Makeup',
'seo_slug' => 'eye-makeup',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 11 => array(
'Category' => array(
'id' => '297',
'cname' => 'Fragrance ',
'seo_slug' => 'fragrance',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 12 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 13 => array(
'Category' => array(
'id' => '299',
'cname' => 'Kurthas',
'seo_slug' => 'kurthas',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 14 => array(
'Category' => array(
'id' => '307',
'cname' => 'Laptops',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 15 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 16 => array(
'Category' => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array()
),
(int) 17 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 18 => array(
'Category' => array(
'id' => '302',
'cname' => 'Name of the category',
'seo_slug' => '',
'parent_id' => '301',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 19 => array(
'Category' => array(
'id' => '298',
'cname' => 'Shirt ',
'seo_slug' => 'shirt',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
)
)
$cat_with_child = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$categorydata = array(
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$value = array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
)
),
'Product' => array()
)
$key = (int) 8
$settingsdata = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
) UsersController::beforeFilter() - APP/Controller/UsersController.php, line 258
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Notice (8) : Undefined variable: forgcolor [APP/Controller/UsersController.php , line 259 ]Code Context }
$this -> set ( 'color' , $color );
$this -> set ( 'forgcolor' , $forgcolor );
$sitefolder = '/gostores/demo1/project/Demo'
$meta_description = 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit'
$meta_keywords = 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP'
$page_title = 'My Store'
$currency = 'USD'
$cnfg = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
)
$templateid = '1'
$template_data = array()
$style = 'Garments'
$link = 'https://'
$httpHost = 'www.demo.startupfactory.com'
$sus = null
$cartCount = (int) 0
$sessid = null
$data = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '304',
'cname' => 'Books',
'seo_slug' => '',
'parent_id' => '303',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
'Category' => array(
'id' => '296',
'cname' => 'Brush',
'seo_slug' => 'brush',
'parent_id' => '291',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
'Category' => array(
'id' => '306',
'cname' => 'Card games',
'seo_slug' => '',
'parent_id' => '305',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '294',
'cname' => 'Crayons',
'seo_slug' => 'crayons',
'parent_id' => '293',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 9 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 10 => array(
'Category' => array(
'id' => '295',
'cname' => 'Eye Makeup',
'seo_slug' => 'eye-makeup',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 11 => array(
'Category' => array(
'id' => '297',
'cname' => 'Fragrance ',
'seo_slug' => 'fragrance',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 12 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 13 => array(
'Category' => array(
'id' => '299',
'cname' => 'Kurthas',
'seo_slug' => 'kurthas',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 14 => array(
'Category' => array(
'id' => '307',
'cname' => 'Laptops',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 15 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 16 => array(
'Category' => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array()
),
(int) 17 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 18 => array(
'Category' => array(
'id' => '302',
'cname' => 'Name of the category',
'seo_slug' => '',
'parent_id' => '301',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 19 => array(
'Category' => array(
'id' => '298',
'cname' => 'Shirt ',
'seo_slug' => 'shirt',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
)
)
$cat_with_child = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$categorydata = array(
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$value = array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
)
),
'Product' => array()
)
$key = (int) 8
$settingsdata = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
) UsersController::beforeFilter() - APP/Controller/UsersController.php, line 259
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Notice (8) : Undefined variable: color_value [APP/Controller/UsersController.php , line 260 ]Code Context $this -> set ( 'color' , $color );
$this -> set ( 'forgcolor' , $forgcolor );
$this -> set ( 'color_value' , $color_value );
$sitefolder = '/gostores/demo1/project/Demo'
$meta_description = 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit'
$meta_keywords = 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP'
$page_title = 'My Store'
$currency = 'USD'
$cnfg = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
)
$templateid = '1'
$template_data = array()
$style = 'Garments'
$link = 'https://'
$httpHost = 'www.demo.startupfactory.com'
$sus = null
$cartCount = (int) 0
$sessid = null
$data = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '304',
'cname' => 'Books',
'seo_slug' => '',
'parent_id' => '303',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
'Category' => array(
'id' => '296',
'cname' => 'Brush',
'seo_slug' => 'brush',
'parent_id' => '291',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
'Category' => array(
'id' => '306',
'cname' => 'Card games',
'seo_slug' => '',
'parent_id' => '305',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '294',
'cname' => 'Crayons',
'seo_slug' => 'crayons',
'parent_id' => '293',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 9 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 10 => array(
'Category' => array(
'id' => '295',
'cname' => 'Eye Makeup',
'seo_slug' => 'eye-makeup',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 11 => array(
'Category' => array(
'id' => '297',
'cname' => 'Fragrance ',
'seo_slug' => 'fragrance',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 12 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 13 => array(
'Category' => array(
'id' => '299',
'cname' => 'Kurthas',
'seo_slug' => 'kurthas',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 14 => array(
'Category' => array(
'id' => '307',
'cname' => 'Laptops',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 15 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 16 => array(
'Category' => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array()
),
(int) 17 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 18 => array(
'Category' => array(
'id' => '302',
'cname' => 'Name of the category',
'seo_slug' => '',
'parent_id' => '301',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 19 => array(
'Category' => array(
'id' => '298',
'cname' => 'Shirt ',
'seo_slug' => 'shirt',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
)
)
$cat_with_child = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$categorydata = array(
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$value = array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
)
),
'Product' => array()
)
$key = (int) 8
$settingsdata = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
) UsersController::beforeFilter() - APP/Controller/UsersController.php, line 260
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Notice (8) : Undefined variable: inlinestyle [APP/Controller/UsersController.php , line 276 ]Code Context }
}
$this -> set ( 'inlinestyle' , $inlinestyle );
$sitefolder = '/gostores/demo1/project/Demo'
$meta_description = 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit'
$meta_keywords = 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP'
$page_title = 'My Store'
$currency = 'USD'
$cnfg = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
)
$templateid = '1'
$template_data = array()
$style = 'Garments'
$link = 'https://'
$httpHost = 'www.demo.startupfactory.com'
$sus = null
$cartCount = (int) 0
$sessid = null
$data = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '304',
'cname' => 'Books',
'seo_slug' => '',
'parent_id' => '303',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
'Category' => array(
'id' => '296',
'cname' => 'Brush',
'seo_slug' => 'brush',
'parent_id' => '291',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
'Category' => array(
'id' => '306',
'cname' => 'Card games',
'seo_slug' => '',
'parent_id' => '305',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '294',
'cname' => 'Crayons',
'seo_slug' => 'crayons',
'parent_id' => '293',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 9 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 10 => array(
'Category' => array(
'id' => '295',
'cname' => 'Eye Makeup',
'seo_slug' => 'eye-makeup',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 11 => array(
'Category' => array(
'id' => '297',
'cname' => 'Fragrance ',
'seo_slug' => 'fragrance',
'parent_id' => '290',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 12 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 13 => array(
'Category' => array(
'id' => '299',
'cname' => 'Kurthas',
'seo_slug' => 'kurthas',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 14 => array(
'Category' => array(
'id' => '307',
'cname' => 'Laptops',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 15 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 16 => array(
'Category' => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(),
'Product' => array()
),
(int) 17 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 18 => array(
'Category' => array(
'id' => '302',
'cname' => 'Name of the category',
'seo_slug' => '',
'parent_id' => '301',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
(int) 19 => array(
'Category' => array(
'id' => '298',
'cname' => 'Shirt ',
'seo_slug' => 'shirt',
'parent_id' => '292',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Childcategory' => array(),
'Product' => array(
(int) 0 => array(
[maximum depth reached]
)
)
)
)
$cat_with_child = array(
(int) 0 => array(
'Category' => array(
'id' => '301',
'cname' => 'Accessories',
'seo_slug' => '',
'parent_id' => '300',
'custom_combination' => '',
'is_from_invsrc' => '1'
),
'Parentcategory' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$categorydata = array(
(int) 1 => array(
'Category' => array(
'id' => '293',
'cname' => 'Arts and Crafts',
'seo_slug' => 'arts-and-crafts',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 2 => array(
'Category' => array(
'id' => '290',
'cname' => 'Beauty and Fragrance',
'seo_slug' => 'beauty-and-fragrance',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 3 => array(
'Category' => array(
'id' => '291',
'cname' => 'Cleaning Equipments',
'seo_slug' => 'cleaning-equipments',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 4 => array(
'Category' => array(
'id' => '292',
'cname' => 'Clothing',
'seo_slug' => 'clothing',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => null
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 5 => array(
'Category' => array(
'id' => '300',
'cname' => 'Electronics',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 6 => array(
'Category' => array(
'id' => '305',
'cname' => 'Games and Puzzles',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 7 => array(
'Category' => array(
'id' => '303',
'cname' => 'Learning and Development',
'seo_slug' => '',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
),
(int) 8 => array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
[maximum depth reached]
)
),
'Product' => array()
)
)
$value = array(
'Category' => array(
'id' => '2',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '1',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Parentcategory' => array(
'id' => '1',
'cname' => 'Root',
'seo_slug' => null,
'parent_id' => '0',
'custom_combination' => '',
'is_from_invsrc' => '0'
),
'Childcategory' => array(
(int) 0 => array(
'id' => '3',
'cname' => 'Miscellaneous',
'seo_slug' => 'miscellaneous',
'parent_id' => '2',
'custom_combination' => '',
'is_from_invsrc' => '0'
)
),
'Product' => array()
)
$key = (int) 8
$settingsdata = array(
'admin_email' => 'samplebiz@iscripts.com',
'site_name' => 'Iscripts Gostores',
'payment_method' => 'paypal-*-twocheckout-*-paypalpro-*-paypalflow-*-paypallink-*-paypaladvanced-*-ogone-*-braintree-*-moneybrokers-*-paypal_express-*-authorize-*-googlechk',
'paypal_email' => '',
'paypal_idtoken' => '',
'paypal_testmode' => 'N',
'authorize_loginid' => '',
'authorize_transactionkey' => '',
'authorize_email' => '',
'authorize_password' => '',
'authorize_testmode' => 'N',
'shipping_origin_country' => '',
'shipping_origin_zip' => '',
'sitebasefolder' => '/gostores/demo1/project/Demo',
'smtpHostNames' => '',
'smtpUserName' => '',
'smtpPassword' => '',
'smtpPort' => '587',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'shipping_require' => 'N',
'currency' => 'USD',
'style' => 'Garments',
'page_title' => 'My Store',
'no_tax_home' => 'Y',
'home_state' => '',
'tax_foreign' => '0',
'digitalproduct_download_limit' => '48',
'shipping_require_usps' => 'N',
'shipping_require_fedex' => 'N',
'shipping_require_canada' => 'N',
'shipping_require_australia' => 'N',
'USPS_Username' => '',
'fedexaccno' => '',
'fedexmeterno' => '',
'canadamerchantid' => '',
'enable_twitter' => 'Y',
'worldpay_inst_Id' => '',
'worldpay_email' => '',
'worldpay_transact_method' => 'C',
'google_merchantId' => '',
'google_merchantkey' => '',
'google_testmode' => 'Yes',
'yourpay_testmod' => 'YES',
'yourpay_storeid' => '',
'yourpay_certificate_file' => '',
'allow_rating' => 'Y',
'allow_product_feedback' => 'Y',
'flat_shipping_first' => '2',
'flat_shipping_additional' => '1',
'tax_option' => 'statetax',
'fixedtax_name' => 'Iinfini Tax',
'fixedtax_rate' => '15',
'taxable_address' => 'shipping',
'taxto' => 'gtotal',
'product_images' => '6',
'flat_ship_name' => 'Flat Rate Shipping1',
'secflat_shipping_first' => '3',
'secflat_shipping_additional' => '2',
'secflat_ship_name' => 'Flat Rate Shipping2',
'thirdflat_shipping_first' => '4',
'thirdflat_shipping_additional' => '3',
'thirdflat_ship_name' => 'Flat Rate Shipping3',
'forthflat_shipping_first' => '3',
'forthflat_shipping_additional' => '2',
'forthflat_ship_name' => 'Flat Rate Shipping4',
'fflat_shipping_require' => 'N',
'sflat_shipping_require' => 'N',
'tflat_shipping_require' => 'N',
'foflat_shipping_require' => 'N',
'allow_giftcoupon' => 'Y',
'allow_fax' => 'Y',
'fax_email' => '',
'fax_number' => '',
'guestnumber' => '23',
'offline_creditpay' => 'Y',
'allow_rma' => 'Y',
'allow_giftcard' => 'Y',
'fedexshipaccno' => '',
'fedexbillaccno' => '',
'fedexdutyaccno' => '',
'fedexkey' => '',
'fedexpaswd' => '',
'items_perpage' => '50',
'allow_fedexlabel' => 'Y',
'shipping_origin_state' => 'AK',
'bp_account' => '100042832485',
'bp_secret' => '',
'bp_testmode' => 'Y',
' vLicenceKey' => '',
'vLicenceKey' => '140CSI270101000011399221112STP',
'enable_googleanalytics' => 'N',
'googleanalytic_id' => '',
'admin_blog_settings' => 'N',
'enable_paypal_express' => 'N',
'paypal_express_password' => '',
'twocheckout_testmode' => 'Y',
'twoco_vendorId' => '1877160',
'paypal_express_username' => '',
'paypal_express_signature' => '',
'moneybookers_emailId' => '',
'paypalpro_username' => '',
'paypal_express_testmode' => 'N',
'paypalpro_password' => '',
'paypalpro_signature' => '',
'paypalpro_testmode' => 'N',
'pay_paypalpro' => '',
'paypalflow_partnerid' => '',
'paypalflow_vendorid' => '',
'paypalflow_password' => '',
'paypalflow_testmode' => 'N',
'paypallink_partnerid' => '',
'paypallink_vendorid' => '',
'paypallink_testmode' => 'N',
'user_credit' => '1.00',
'worldpay_merchantcode' => '',
'worldpay_password' => '',
'worldpay_testmode' => '100',
'enable_facebook' => 'Y',
'facebook_url' => 'http://www.facebook.com/mystore',
'twitter_url' => 'http://www.twitter.com/mystore',
'ogone_PSPID' => '',
'ogone_passphrase' => '',
'ogone_testmode' => 'Y',
'shipping_origin_phone' => '',
'shipping_origin_street' => '',
'shipping_origin_city' => '',
'streamsendLoginID' => '',
'streamsendKey' => '',
'streamsendListID' => '1',
'streamsendEnable' => 'N',
'paypal_advancedPWD' => '',
'paypal_advancedUSER' => '',
'paypal_advancedVENDOR' => '',
'paypal_advancedPARTNER' => '',
'paypal_advancedtestmode' => 'Y',
'allow_uspslabel' => 'N',
'braintree_merchantId' => '',
'braintree_publicKey' => '',
'braintree_privateKey' => '',
'braintree_testmode' => 'Y',
'abdncart_reminder' => '2',
'store_id' => '40008b9a5380fcacce3976bf7c08af5b',
'shipping_rate_type' => 'free',
'enable_translator' => 'Y',
'allow_upsell' => 'N',
'apikey' => '',
'taxation_type' => '1',
'fixed_tax_rate' => '0',
'cc_surcharge' => '',
'in_store_pickup' => '0',
'firearms_in_store_pickup' => '0',
'firearms_fee' => '0',
'general_shipping_fee' => '0',
'markup_defaultrate' => '0',
'bluedog_userid' => '',
'bluedog_api_key' => '',
'bluedog_password' => '',
'bluedog_testmode' => 'Y',
'customer_receipt' => 'Your item will be shipped soon',
'ship_service_name' => 'Flat rate shipping',
'contact_email' => '',
'contact_phone' => '',
'about_description' => 'Precision Arsenal shares your passion for long range precision, cowboy action shooting, 3 gun competition, gun collecting, hunting, and self defense. We are also proud to serve those who defend our 2nd Amendment rights. We update specials often and are constantly adding to our inventory of pistols, handguns, rifles, shotguns, ammunition, and accessories. Stay up to date by following us on Instagram, Facebook, and Twitter.
Respectfully,
The Precision Arsenal Team.',
'incl_ship_charge_for_tax' => '0',
'enable_local_pick_up' => 'N',
'site_email' => '',
'ffl_file' => '',
'ffl_id' => '',
'dynamic_tax_rate' => '0',
'store_address' => '',
'subscribed_planid' => '2',
'subscribed_templateid' => '1',
'appearance_colorscheme' => '',
'appearance_backdrop' => '',
'appearance_layout' => '',
'appearance_bgimage' => '',
'appearance_bgfit' => '',
'site_logo' => 'SiteLogo.png',
'inventory_plugin_status' => '0',
'inventory_form_fill_status' => '0',
'invsrc_authtoken' => '',
'main_site' => '',
'super_admin_email' => '',
'stripe_webhook_secret_key' => '',
'stripe_test_mode' => 'Y',
'stripe_sandbox_secretkey' => '',
'stripe_sandbox_publishkey' => '',
'stripe_live_webhook_secret_key' => '',
'stripe_live_secretkey' => '',
'stripe_live_publishkey' => '',
'stripe_enable' => 'N',
'product_count' => '1000'
)
$bgimage = '' UsersController::beforeFilter() - APP/Controller/UsersController.php, line 276
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : call_user_func_array() expects parameter 1 to be a valid callback, class 'CatmenuComponent' does not have a method 'startup' [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'startup'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => '50',
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => '/templates/themeforest/user.'
layoutPath => '/templates/themeforest/'
viewVars => array(
'curlogo' => '$',
'cart_total_amount' => '0.00',
'general_cart_items' => array([maximum depth reached]),
'sus' => null,
'inlinestyle' => null,
'color_value' => null,
'forgcolor' => null,
'color' => null,
'settingsdata' => array(
[maximum depth reached]
),
'cartcount' => (int) 0,
'categorydata' => array(
[maximum depth reached]
),
'sitebase' => 'https://www.demo.startupfactory.com',
'sitefolder' => '/gostores/demo1/project/Demo',
'cnfg' => array(
[maximum depth reached]
),
'page_title' => 'My Store',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'style' => '/templates/themeforest/css/Garments',
'layoutPath' => '/templates/themeforest/'
)
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
Setting => object(Setting) {}
Template => object(AppModel) {}
pageTitle => 'My Store'
Cart => object(Cart) {}
Category => object(Category) {}
Currency => object(AppModel) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'Catmenu' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 678
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : Parameter 1 to HistoryComponent::startup() expected to be a reference, value given [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'startup'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => '50',
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => '/templates/themeforest/user.'
layoutPath => '/templates/themeforest/'
viewVars => array(
'curlogo' => '$',
'cart_total_amount' => '0.00',
'general_cart_items' => array([maximum depth reached]),
'sus' => null,
'inlinestyle' => null,
'color_value' => null,
'forgcolor' => null,
'color' => null,
'settingsdata' => array(
[maximum depth reached]
),
'cartcount' => (int) 0,
'categorydata' => array(
[maximum depth reached]
),
'sitebase' => 'https://www.demo.startupfactory.com',
'sitefolder' => '/gostores/demo1/project/Demo',
'cnfg' => array(
[maximum depth reached]
),
'page_title' => 'My Store',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'style' => '/templates/themeforest/css/Garments',
'layoutPath' => '/templates/themeforest/'
)
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
Setting => object(Setting) {}
Template => object(AppModel) {}
pageTitle => 'My Store'
Cart => object(Cart) {}
Category => object(Category) {}
Currency => object(AppModel) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'History' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 678
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : Parameter 1 to EmailComponent::startup() expected to be a reference, value given [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'startup'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => '50',
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => '/templates/themeforest/user.'
layoutPath => '/templates/themeforest/'
viewVars => array(
'curlogo' => '$',
'cart_total_amount' => '0.00',
'general_cart_items' => array([maximum depth reached]),
'sus' => null,
'inlinestyle' => null,
'color_value' => null,
'forgcolor' => null,
'color' => null,
'settingsdata' => array(
[maximum depth reached]
),
'cartcount' => (int) 0,
'categorydata' => array(
[maximum depth reached]
),
'sitebase' => 'https://www.demo.startupfactory.com',
'sitefolder' => '/gostores/demo1/project/Demo',
'cnfg' => array(
[maximum depth reached]
),
'page_title' => 'My Store',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'style' => '/templates/themeforest/css/Garments',
'layoutPath' => '/templates/themeforest/'
)
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
Setting => object(Setting) {}
Template => object(AppModel) {}
pageTitle => 'My Store'
Cart => object(Cart) {}
Category => object(Category) {}
Currency => object(AppModel) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'Email' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 678
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180 Warning (2) : call_user_func_array() expects parameter 1 to be a valid callback, class 'StreamsendComponent' does not have a method 'startup' [CORE/Cake/Utility/ObjectCollection.php , line 128 ]Code Context $result = null ;
foreach ( $list as $name ) {
$result = call_user_func_array (array( $this -> _loaded [ $name ], $callback ), compact ( 'subject' ) + $params );
$callback = 'startup'
$params = array()
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => null
result => null
[protected] _name => 'Controller.startup'
[protected] _subject => object(UsersController) {}
[protected] _stopped => false
}
$subject = object(UsersController) {
name => 'User'
helpers => array(
(int) 0 => 'Html',
(int) 1 => 'Form',
(int) 2 => 'Pagination',
(int) 3 => 'Csv',
(int) 4 => 'Xls'
)
components => array(
'Session' => null,
'Flash' => null,
'Pagination' => null,
'Paginator' => null,
'Catmenu' => null,
'History' => null,
'Email' => null,
'Streamsend' => null
)
uses => array(
(int) 0 => 'User',
(int) 1 => 'Setting',
(int) 2 => 'Country',
(int) 3 => 'Cmspage',
(int) 4 => 'Category',
(int) 5 => 'Newsletter',
(int) 6 => 'Newsletteruser',
(int) 7 => 'Statecode',
(int) 8 => 'Currency',
(int) 9 => 'Cart',
(int) 10 => 'CustomerGroupDetails',
(int) 11 => 'Template',
(int) 12 => 'Product',
(int) 13 => 'UserAddress',
(int) 14 => 'State',
(int) 15 => 'Categorymarkups',
(int) 16 => 'Giftcard'
)
paginate => array(
'limit' => '50',
'order' => array(
[maximum depth reached]
)
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => '/templates/themeforest/user.'
layoutPath => '/templates/themeforest/'
viewVars => array(
'curlogo' => '$',
'cart_total_amount' => '0.00',
'general_cart_items' => array([maximum depth reached]),
'sus' => null,
'inlinestyle' => null,
'color_value' => null,
'forgcolor' => null,
'color' => null,
'settingsdata' => array(
[maximum depth reached]
),
'cartcount' => (int) 0,
'categorydata' => array(
[maximum depth reached]
),
'sitebase' => 'https://www.demo.startupfactory.com',
'sitefolder' => '/gostores/demo1/project/Demo',
'cnfg' => array(
[maximum depth reached]
),
'page_title' => 'My Store',
'meta_keywords' => 'my store arms,boutique,shopping cart, shopping cart software, shopping carts, ecommerce software, ecommerce solution, PHP',
'meta_description' => 'My Store Using shopping cart , You can create a virtual mall like aggregator ecommerce business wit',
'style' => '/templates/themeforest/css/Garments',
'layoutPath' => '/templates/themeforest/'
)
view => '<pre class='
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
(int) 0 => 'index',
(int) 3 => 'calculateMarkUpFee',
(int) 4 => '__getCartDetailsArray',
(int) 5 => '__validateLoginStatus',
(int) 6 => 'add',
(int) 7 => 'register',
(int) 8 => 'edit',
(int) 9 => 'delete',
(int) 10 => 'login',
(int) 11 => 'error',
(int) 12 => 'logout',
(int) 13 => 'forgotpword',
(int) 14 => 'myaccount',
(int) 15 => 'chngpword',
(int) 16 => 'checkoutlogin',
(int) 17 => 'guestuser',
(int) 18 => 'reports',
(int) 19 => 'userxls',
(int) 20 => 'usercsv',
(int) 21 => 'subsnewsletter'
)
modelClass => 'User'
modelKey => 'user'
validationErrors => null
Session => object(SessionComponent) {}
Flash => object(FlashComponent) {}
Pagination => object(PaginationComponent) {}
Paginator => object(PaginatorComponent) {}
Catmenu => object(CatmenuComponent) {}
History => object(HistoryComponent) {}
Email => object(EmailComponent) {}
Streamsend => object(StreamsendComponent) {}
Setting => object(Setting) {}
Template => object(AppModel) {}
pageTitle => 'My Store'
Cart => object(Cart) {}
Category => object(Category) {}
Currency => object(AppModel) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'Controller'
)
$collected = array()
$list = array(
(int) 0 => 'Session',
(int) 1 => 'Flash',
(int) 2 => 'Pagination',
(int) 3 => 'Paginator',
(int) 4 => 'Catmenu',
(int) 5 => 'History',
(int) 6 => 'Email',
(int) 7 => 'Streamsend'
)
$result = null
$name = 'Streamsend' ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 678
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 180
Fatal error : Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing in /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php on line 138
Errors
Notice (8) : Undefined variable: cnfg [APP/View/Layouts/default.ctp , line 26 ]Code Context <title><?php echo $title_for_layout ; ?> </title>
<script type="text/javascript" src="<?php echo $cnfg [ "sitebasefolder" ]; ?> /js/modernizr.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/bootstrap.min.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 26
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 26 ]Code Context <title><?php echo $title_for_layout ; ?> </title>
<script type="text/javascript" src="<?php echo $cnfg [ "sitebasefolder" ]; ?> /js/modernizr.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/bootstrap.min.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 26
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? css_responsive/bootstrap.min.css">
Notice (8) : Undefined variable: cnfg [APP/View/Layouts/default.ctp , line 27 ]Code Context <script type="text/javascript" src="<?php echo $cnfg [ "sitebasefolder" ]; ?> /js/modernizr.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/animate.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 27
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 27 ]Code Context <script type="text/javascript" src="<?php echo $cnfg [ "sitebasefolder" ]; ?> /js/modernizr.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/animate.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 27
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? css_responsive/animate.css">
Notice (8) : Undefined variable: cnfg [APP/View/Layouts/default.ctp , line 28 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/animate.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/responsive.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 28
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 28 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/animate.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/responsive.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 28
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? css_responsive/responsive.css">
Notice (8) : Undefined variable: cnfg [APP/View/Layouts/default.ctp , line 29 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/animate.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/responsive.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/font-awesome.min.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 29
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 29 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/animate.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/responsive.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/font-awesome.min.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 29
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? css_responsive/font-awesome.min.css">
Notice (8) : Undefined variable: cnfg [APP/View/Layouts/default.ctp , line 30 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/responsive.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/price-range.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 30
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 30 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/responsive.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/price-range.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 30
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? css_responsive/price-range.css">
Notice (8) : Undefined variable: cnfg [APP/View/Layouts/default.ctp , line 31 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/price-range.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/dropdown-style.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 31
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 31 ]Code Context <link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/price-range.css">
<link rel="stylesheet" type="text/css" href="<?php echo $cnfg [ "sitebasefolder" ]. $layoutPath ; ?> css_responsive/dropdown-style.css">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class='
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} include - APP/View/Layouts/default.ctp, line 31
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? css_responsive/dropdown-style.css">
Notice (8) : Undefined variable: style [APP/View/Layouts/default.ctp , line 48 ]Code Context
<?php
if( $style != '' ){
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/products/dynamiccss'
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$curl = unknown
$data = false include - APP/View/Layouts/default.ctp, line 48
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 53 ]Code Context }else{
echo $this -> html -> css ( substr ( $layoutPath , 1 ). "Eyewears" );
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/products/dynamiccss'
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$curl = unknown
$data = false include - APP/View/Layouts/default.ctp, line 53
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ??
Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 78 ]Code Context // echo $html->css($style);
}else{
echo $this -> html -> css ( substr ( $layoutPath , 1 ). "style" );
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/products/dynamiccss'
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$curl = unknown
$data = false include - APP/View/Layouts/default.ctp, line 78
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? Notice (8) : Undefined variable: layoutPath [APP/View/Layouts/default.ctp , line 80 ]Code Context echo $this -> html -> css ( substr ( $layoutPath , 1 ). "style" );
}
echo $this -> html -> css ( substr ( $layoutPath , 1 ). "login_home" );
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/products/dynamiccss'
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$curl = unknown
$data = false include - APP/View/Layouts/default.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ??
Notice (8) : Undefined variable: settingsdata [APP/View/Layouts/default.ctp , line 175 ]Code Context </ head >
<?php
if( $settingsdata [ 'appearance_colorscheme' ]!= "" ){
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/products/dynamiccss'
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array(
'HtmlHelper::script' => array(
[maximum depth reached]
)
)
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$curl = unknown
$data = false include - APP/View/Layouts/default.ctp, line 175
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ??
Notice (8) : Undefined variable: inlinestyle [APP/View/Layouts/default.ctp , line 435 ]Code Context </ header ><!--/ header -->
< div id = "mainbody" >
<section style="<?php echo $inlinestyle ; ?> ">
$viewFile = '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'message' => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing',
'url' => '/onlinestorebuilder/demo/project/Demo/users/%3Cpre%20class=',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$message = 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
$url = '/products/dynamiccss'
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing'
[protected] code => (int) 500
[protected] file => '/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php'
[protected] line => (int) 138
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing <br>
<strong>File: </strong>
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php <br>
<strong>Line: </strong>
138</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$form = object(FormHelper) {
helpers => array(
(int) 0 => 'Html'
)
fields => array()
requestType => null
defaultModel => null
validationErrors => array(
'Setting' => array([maximum depth reached]),
'Template' => array([maximum depth reached]),
'Cart' => array([maximum depth reached]),
'Product' => array([maximum depth reached]),
'User' => array([maximum depth reached]),
'Category' => array([maximum depth reached]),
'Parentcategory' => array([maximum depth reached]),
'Childcategory' => array([maximum depth reached]),
'Currency' => array([maximum depth reached])
)
settings => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _options => array(
'day' => array([maximum depth reached]),
'minute' => array([maximum depth reached]),
'hour' => array([maximum depth reached]),
'month' => array([maximum depth reached]),
'year' => array([maximum depth reached]),
'meridian' => array([maximum depth reached])
)
[protected] _inputDefaults => array()
[protected] _unlockedFields => array()
[protected] _models => array()
[protected] _domIdSuffixes => array()
[protected] _lastAction => ''
[protected] _helperMap => array(
'Html' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$session = object(SessionHelper) {
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$html = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s"%s>%s</a>',
'form' => '<form action="%s"%s>',
'formwithoutaction' => '<form%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s"%s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s"%s/>',
'file_no_model' => '<input type="file" name="%s"%s/>',
'submit' => '<input%s/>',
'submitimage' => '<input type="image" src="%s"%s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s"%s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s"%s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedAssets => array(
'HtmlHelper::script' => array(
[maximum depth reached]
)
)
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}
$curl = unknown
$data = false
$site_logo = 'SiteLogo.gif' include - APP/View/Layouts/default.ctp, line 435
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 269
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 212
App::_checkFatalError() - CORE/Cake/Core/App.php, line 970
App::shutdown() - CORE/Cake/Core/App.php, line 943
[main] - [internal], line ?? ">
Fatal Error
Error:
Uncaught FatalErrorException: [MissingLayoutException] Layout file "Layouts/error.ctp" is missing.
#0 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(514): View->_getLayoutFileName('error')
#1 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/View/View.php(481): View->renderLayout('', 'error')
#2 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(328): View->render('error500', 'error')
#3 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(309): ExceptionRenderer->_outputMessageSafe('error500')
#4 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(213): ExceptionRenderer->_outputMessage('missingAction')
#5 /home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ExceptionRenderer.php(190): ExceptionRenderer->_cakeError(Object(Missing
File:
/home/demostartupfacto/public_html/onlinestorebuilder/demo/project/Demo/lib/Cake/Error/ErrorHandler.php
Line:
138
Notice:
If you want to customize this error message, create app/View/Errors/fatal_error.ctp